assert_ge_le

(alias) function <T: -comparable> assert_ge_le(actual: T, expected1: T, expected2: T)

Asserts that the value is greater than or equal to the first value and less than or equal to the second value.

Alias

Since

0.10.4

Parameters

actual

The actual value to compare

expected1

The first value in the range

expected2

The second value in the range